PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosArray Class / getAsBoolean Method
Index of element to return.
In This Topic
    getAsBoolean Method
    In This Topic
    Gets the element at the specified index as a booleanean.
    Syntax
    public boolean getAsBoolean( 
       int index
    )

    Parameters

    index
    Index of element to return.

    Return Value

    A boolean representing the element.
    Exceptions
    ExceptionDescription
    Thrown when the index value is invalid
    See Also